(install): Get the scripts from ${srcdir}, unlike the executables.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 00:55:10 +0000 (00:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 00:55:10 +0000 (00:55 +0000)
lib-src/Makefile.in

index eae3e5537dc7350db7783d46c33f99b1a982af2b..bf9b3e23115eec54262eb533fe40fc6c4a9b3fef 100644 (file)
@@ -138,10 +138,14 @@ ${archlibdir}: all
 install: ${archlibdir}
        @echo
        @echo "Installing utilities for users to run."
-       for file in ${INSTALLABLES}  ${INSTALLABLE_SCRIPTS}; do \
+       for file in ${INSTALLABLES} ; do \
          cp $${file} ${bindir}/$${file}.new ; \
          chmod 755 ${bindir}/$${file}.new ; \
         done
+       for file in ${INSTALLABLE_SCRIPTS} ; do \
+         cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \
+         chmod 755 ${bindir}/$${file}.new ; \
+        done
        @echo
        @echo "Changing the owner and group of utility programs to \`bin'."
        @echo "(You may ignore errors here if you don't care about this.)"